@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  /* content: "→"; */
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  /* bottom: -25px; */
  bottom: -40px !important;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 60px;
  color: #282829;
  text-align: center;
  margin: 0;
  /* margin: 0.67em 0; */
  line-height: 1;
  font-family: "Moulay-Medium";
  text-transform: uppercase;
}
h2 {
  font-size: 45px;
  color: #0094ea;
  text-align: center;
  margin: 0;
  /* margin: 0.67em 0; */
  font-family: "Moulay-Regular";
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput="mouse"] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 85rem;
  /* max-width: 67.5rem; */
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
  outline: 0;
}
.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 67.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 67.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 67.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 67.5rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/*********************
* Global Stylesheets *
**********************/
* {
  image-rendering: -webkit-optimize-contrast;
}

/* Its My Club Fonts */

@font-face {
  font-family: "Social-Media-Circled";
  src: url("./fonts/itsmyclubfonts/Social Media Circled.otf") format("opentype");
}
@font-face {
  font-family: "Moulay-Regular";
  src: url("./fonts/itsmyclubfonts/Moulay Regular.otf") format("opentype");
}
@font-face {
  font-family: "Moulay-Medium";
  src: url("./fonts/itsmyclubfonts/Moulay Medium.otf") format("opentype");
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url("./fonts/itsmyclubfonts/MinionPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "LexendDeca-SemiBold";
  src: url("./fonts/itsmyclubfonts/LexendDeca-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "LexendDeca-Regular";
  src: url("./fonts/itsmyclubfonts/LexendDeca-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "LexendDeca-Medium";
  src: url("./fonts/itsmyclubfonts/LexendDeca-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "LexendDeca-Light";
  src: url("./fonts/itsmyclubfonts/LexendDeca-Light.ttf") format("truetype");
}
@font-face {
  font-family: "LexendDeca-Bold";
  src: url("./fonts/itsmyclubfonts/LexendDeca-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Reg";
  src: url("./fonts/itsmyclubfonts/ProximaNova-Reg.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-Medium";
  src: url("./fonts/itsmyclubfonts/ProximaNova-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("./fonts/itsmyclubfonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Anton-Regular";
  src: url("./fonts/itsmyclubfonts/Anton-Regular.ttf") format("truetype");
}

.social-icon-circled {
  font-family: "Social-Media-Circled";
  font-size: 15px;
}
.moulay-regular {
  font-family: "Moulay-Regular";
}
.moulay-medium {
  font-family: "Moulay-Medium";
}
.minionpro-regular {
  font-family: "MinionPro-Regular";
}
.lexenddeca-semibold {
  font-family: "LexendDeca-SemiBold";
}
.lexenddeca-regular {
  font-family: "LexendDeca-Regular";
}
.lexenddeca-medium {
  font-family: "LexendDeca-Medium";
}
.lexenddeca-light {
  font-family: "LexendDeca-Light";
}
.lexenddeca-bold {
  font-family: "LexendDeca-Bold";
}
.proximanova-reg {
  font-family: "ProximaNova-Reg";
}
.anton-regular {
  font-family: "Anton-Regular";
}

/* Its My Club Fonts */

/* @font-face {
  font-family: "Poppins-Regular";
  src: url("./fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("./fonts/Poppins/Poppins-Light.ttf") format("truetype");
} */

body {
  font-family: "LexendDeca-Light", sans-serif;
}

.gform_button.button {
  background-color: #0094ea;
  /* padding: 10px 30px; */
  padding: 10px 60px;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: #fefefe;
}
header .mobile-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 25px;
}
header .mobile-menu .header-social {
  text-align: center;
  flex: 1;
}
header .mobile-menu .header-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .mobile-menu .header-social ul li {
  display: inline-block;
  padding: 0 5px;
}
header .mobile-menu .header-social ul li a img {
  width: 22px;
}
header .mobile-menu a {
  text-decoration: none;
}
header .mobile-menu .topbar_container {
  width: 100%;
  border-bottom: solid 1px #fff;
  padding: 0 10px 15px 10px;
}
header .mobile-menu .topbar_container > ul {
  display: block;
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
header .mobile-menu .topbar_container > ul li {
  display: inline-block;
  color: #fefefe;
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  padding: 0 20px;
}
header .mobile-menu .topbar_container > ul li a {
  text-decoration: none;
  color: #fefefe;
}
header .mobile-menu .topbar_container > ul li.flags-contianer a {
  display: inline-block;
  padding: 0 5px;
}
header .mobile-menu .topbar_container > ul li.flags-contianer img {
  width: 25px;
}
header .mobile-menu .logo-container {
  padding: 0.5em 3px 0.5em 3px;
  flex: 1;
}
@media screen and (min-width: 27.25em) {
  header .mobile-menu .logo-container {
    padding: 0.5em 3px 0.5em 3px;
  }
}
header .mobile-menu .logo-container img {
  width: 100%;
  max-width: 100px;
}
header .mobile-menu .wp-menu {
  display: block;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 320px;
  background-color: #0094ea;
  transition: transform 0.5s ease-in-out, z-index 0s 0s;
  -webkit-transform: translate3d(100%, 0, 1px);
  transform: translate3d(100%, 0, 1px);
  z-index: 200;
  flex: 1;
}
@media print, screen and (min-width: 40em) {
  header .mobile-menu .wp-menu {
    max-width: 400px;
  }
}
header .mobile-menu .wp-menu a {
  text-decoration: none;
  color: #fefefe;
}
header .mobile-menu .wp-menu .dp-plain-menu {
  padding-top: 0.45em;
  padding-left: 0;
  height: 100%;
  min-height: 100vh;
  height: 100%;
  overflow: auto;
  background-color: #0a0a0a;
  z-index: 1;
}
header .mobile-menu .wp-menu .menu-item > a {
  display: block;
  padding: 0.75em 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}
header .mobile-menu .wp-menu .menu-item > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
header .mobile-menu .wp-menu .menu-item:first-child > a {
  padding-top: 1.5em;
}
header .mobile-menu .wp-menu .menu-item.active > a {
  font-weight: 600;
}
header .mobile-menu .wp-menu .menu-item-has-children > a {
  position: relative;
}
header .mobile-menu .wp-menu .menu-item-has-children > a:after {
  content: "";
  background: url("../images/arrow-right-thin-white.svg") no-repeat;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 80px;
  bottom: 1em;
  background-size: cover;
}
header .mobile-menu .second-level-menu {
  position: absolute;
  top: 0;
  right: 10px;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  height: 100vh;
  transition: transform 0.5s ease-in-out, z-index 0s 0s;
  -webkit-transform: translate3d(100%, 0, 1px);
  transform: translate3d(100%, 0, 1px);
  z-index: 1;
  height: calc(100vh - 41px);
  overflow: auto;
  padding-left: 0;
}
header .mobile-menu .second-level-menu .second-level-parent.menu-item {
  font-weight: bold;
  text-transform: uppercase;
}
header .mobile-menu .second-level-menu .second-level-parent.menu-item a {
  padding: 1.25em 1em 1.25em 0;
}
header .mobile-menu .second-level-menu > .menu-item > a {
  padding: 0.75em 1.5em 0.75em 10px;
  font-size: 90%;
}
header .mobile-menu .mobile-menu-opener {
  position: absolute;
  right: 100%;
  top: 0.5em;
  display: flex;
  align-items: center;
  background-color: transparent;
  margin-right: 15px;
}
header .mobile-menu .mobile-menu-opener .hamburger-icon {
  width: 35px;
  height: 20px;
  position: relative;
  display: block;
  margin: 20px 12px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
header .mobile-menu .mobile-menu-opener .hamburger-icon .line {
  display: block;
  background: #fff;
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 0;
  /* border-radius: ($height-line/2);*/
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
header .mobile-menu .mobile-menu-opener .hamburger-icon .line.line-1 {
  top: 0;
}
header .mobile-menu .mobile-menu-opener .hamburger-icon .line.line-2 {
  top: 50%;
}
header .mobile-menu .mobile-menu-opener .hamburger-icon .line.line-3 {
  top: 100%;
}
header .mobile-menu .mobile-menu-opener .hamburger-icon:hover .line-1,
header .mobile-menu .mobile-menu-opener .hamburger-icon:focus .line-1 {
  transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
}
header .mobile-menu .mobile-menu-opener .hamburger-icon:hover .line-3,
header .mobile-menu .mobile-menu-opener .hamburger-icon:focus .line-3 {
  transform: translateY(1px);
  -moz-transform: translateY(1px);
  -webkit-transform: translateY(1px);
}
header .mobile-menu .mobile-menu-opener .hamburger-icon.active {
  margin: 20px 15px;
}
header .mobile-menu .mobile-menu-opener .hamburger-icon.active .line-1 {
  transform: translateY(10px) translateX(0) rotate(45deg);
  -moz-transform: translateY(10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
}
header .mobile-menu .mobile-menu-opener .hamburger-icon.active .line-2 {
  opacity: 0;
}
header .mobile-menu .mobile-menu-opener .hamburger-icon.active .line-3 {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
}
header .mobile-menu .back-to-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0a0a0a;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s, z-index 0s 0s;
}
header .mobile-menu .back-to-main:after {
  content: "";
  background: url("../images/arrow-left-thin-white.svg") no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 18px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
header .mobile-menu.first-level-open .wp-menu {
  border-left: none;
  -webkit-transform: translate3d(60px, 0, 1px);
  transform: translate3d(60px, 0, 1px);
}
header .mobile-menu.second-level-open .back-to-main {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, z-index 0s 0s;
}
header .mobile-menu.second-level-open .wp-menu {
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
header .mobile-menu.second-level-open .menu-item.open .second-level-menu {
  z-index: 5;
  -webkit-transform: translate3d(60px, 0, 1px);
  transform: translate3d(60px, 0, 1px);
}
header .header-menu {
  display: flex;
  max-width: 85rem;
  padding: 20px 0;
}
header .header-menu .logo-area {
  width: 20%;
}
header .header-menu .logo-area a img {
  max-width: 200px;
}
header .header-menu .menu-area {
  width: 80%;
}
header .header-menu .menu-area ul.dp-plain-menu {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 35px;
  justify-content: end;
  margin: 20px 0;
}
header .header-menu .menu-area ul.dp-plain-menu li a {
  font-family: "ProximaNova-Medium";
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
header .header-menu .menu-area ul.dp-plain-menu li .second-level-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  padding-top: 10px;
  width: 100%;
  min-width: 180px;
  text-transform: none;
  z-index: 9;
  padding-left: 0;
  list-style: none;
}
header .header-menu .menu-area ul.dp-plain-menu li .second-level-menu > li {
  background: #fefefe;
}
header
  .header-menu
  .menu-area
  ul.dp-plain-menu
  li
  .second-level-menu
  > li:nth-child(2),
header
  .header-menu
  .menu-area
  ul.dp-plain-menu
  li
  .second-level-menu
  > li:nth-child(2)
  > a {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
header
  .header-menu
  .menu-area
  ul.dp-plain-menu
  li
  .second-level-menu
  > li:last-child,
header
  .header-menu
  .menu-area
  ul.dp-plain-menu
  li
  .second-level-menu
  > li:last-child
  > a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
header .header-menu .menu-area ul.dp-plain-menu li .second-level-menu > li a {
  color: #0a0a0a;
  font-size: 0.9rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
  border-left: 5px solid transparent;
  display: block;
  font-family: "Proxima Nova Regular", Helvetica, sans-serif;
}
header
  .header-menu
  .menu-area
  ul.dp-plain-menu
  li
  .second-level-menu
  > li
  a:after {
  display: none;
}
header
  .header-menu
  .menu-area
  ul.dp-plain-menu
  li
  .second-level-menu
  > li.active
  a {
  border-left: 5px solid #0094ea;
}
header .header-menu .menu-area ul.dp-plain-menu li.menu-item-has-children {
  position: relative;
}
header
  .header-menu
  .menu-area
  ul.dp-plain-menu
  li.menu-item-has-children:hover
  .second-level-menu {
  display: block;
}
header
  .header-menu
  .menu-area
  ul.dp-plain-menu
  > .menu-item:last-child
  .second-level-menu {
  right: 0;
  left: auto;
}

.inner-header {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 500px;
  padding-top: 103px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.inner-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.inner-header .herobg-content-container {
  align-self: center;
}
.inner-header .herobg-content-container .herobg-content-wrap h1 {
  position: relative;
  text-align: center;
  color: #fefefe;
  font-size: 35px;
}
.inner-header.larger_height {
  min-height: 100vh;
}

@media only screen and (max-width: 600px) {
  .inner-header.larger_height {
    min-height: 60vh;
  }
}

@media screen and (min-width: 26.5625em) {
  .inner-header .herobg-content-container .herobg-content-wrap h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 47.9375em) {
  .inner-header .herobg-content-container .herobg-content-wrap h1 {
    font-size: 55px;
  }
}

.text-section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0 2rem 0;
}
.text-section
  .text-section__wrapper
  .text-section__column
  .premiere-lounge-img {
  margin-top: 25px;
}
@media screen and (min-width: 35.625em) {
  .text-section
    .text-section__wrapper
    .text-section__column
    .premiere-lounge-img {
    margin-top: 0;
  }
}
.text-section.gray_color_bg {
  background-color: #f6f6f6;
}
.text-section a {
  color: #0094ea;
  text-decoration: none;
}
.text-section a.reg_button {
  background-color: #0094ea;
  padding: 10px 30px;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
}
@media screen and (min-width: 35.625em) {
  .text-section {
    padding: 2rem 0 2rem 0;
  }
}
.text-section img.aligncenter {
  display: block;
  margin: auto;
}
@media screen and (max-width: 39.99875em) {
  .text-section.column_2 .custom-percentage .text-section__column {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .text-section {
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .text-section.column_1 .text-section__column {
    width: 100%;
  }
  .text-section.column_2 .text-section__column {
    width: 50%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .text-section.column_3 .text-section__column {
    width: 50%;
  }
  .text-section.column_3 .text-section__column:last-child {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .text-section.column_3 .text-section__column {
    width: 33.3%;
  }
}
@media print, screen and (min-width: 64em) {
  .text-section.column_2 .text-section__column:nth-child(2) {
    padding: 0 2.5rem;
  }
}
.text-section h1 {
  font-size: 60px;
  color: #282829;
  text-align: center;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Moulay-Medium";
  /* color: #0a0a0a;
  margin: 0;
  font-family: "LexendDeca-Light", sans-serif;
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2; */
}
.text-section h2,
.text-section h4 {
  color: #0094ea;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 35.625em) {
  .text-section h2,
  .text-section h4 {
    margin-top: 39px;
  }
}
.text-section h2 {
  font-size: 45px;
  color: #0094ea;
  text-align: center;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Moulay-Medium";
}
@media print, screen and (min-width: 40em) {
  .text-section h2 {
    font-size: 50px;
    line-height: 1;
  }
}
.text-section h3 {
  font-family: "LexendDeca-Light", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.text-section h3:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #0094ea;
}
.text-section h3 + h2 {
  margin-top: 0;
}
.text-section h4 {
  font-family: "LexendDeca-Light", sans-serif;
  color: #0094ea;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-top: 0;
}
.text-section h5 {
  font-size: 18px;
  font-weight: 400;
}
.text-section h6 {
  font-size: 16px;
  border-top: solid 3px #f8bf4f;
  padding-top: 35px;
  font-family: "LexendDeca-Light", sans-serif;
  color: #002d4f;
  font-weight: 500;
}
.text-section p {
  margin-top: 0;
  display: block;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
}
.text-section hr[style="text-align: center;"] {
  display: block;
  max-width: 300px;
  margin: 2rem auto;
  background-color: #539d37;
  border-color: #539d37;
  border-style: solid;
}
.text-section__wrapper {
  display: flex;
  /* max-width: 67.5rem; */
  max-width: 85rem;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  align-items: center;
}
.text-section__column {
  width: 100%;
  padding: 0 2rem;
}
@media print, screen and (min-width: 64em) {
  .text-section__column {
    padding: 0 1rem;
  }
}
.text-section__column ul {
  list-style: none;
  padding-left: 0;
}
.text-section__column ul li:before {
  content: "- ";
  text-indent: -5px;
}
.text-section.gray_background {
  background-color: #e6e6e6;
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .text-section.gray_background {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.text-section.light_blue_background {
  background-color: blue;
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: #8a8a8a;
}
@media print, screen and (min-width: 40em) {
  .text-section.light_blue_background {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.text-section.light_blue_background h1,
.text-section.light_blue_background h2,
.text-section.light_blue_background h3,
.text-section.light_blue_background h4,
.text-section.light_blue_background h5,
.text-section.light_blue_background h6 {
  color: #0094ea !important;
}
.text-section.full_width .text-section__wrapper {
  max-width: 100%;
}
.text-section.full_width .text-section__wrapper .text-section__column {
  padding: 0;
}
.text-section.smaller_width .text-section__wrapper .text-section__column {
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-section.smaller_width .text-section__wrapper .text-section__column h2 {
  display: inline-block;
}
.text-section.remove_bottom_spacing {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.text-section.remove_top_spacing {
  padding-top: 0;
  margin-top: 0;
}
.text-section table {
  /* border: solid 1px #707070;
  max-width: 500px;
  width: 100%; */
  margin: auto;
}
.text-section table thead {
  background-color: #818080;
}
.text-section table thead th {
  text-align: left;
  color: #fefefe;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 25px;
}
.text-section table tbody tr td {
  /* border-bottom: solid 1px #707070; */
  color: #0a0a0a;
  font-size: 23px;
  line-height: 1.2;
  padding: 8px 25px;
}
.text-section table tbody tr:last-child td {
  border-bottom: 0;
}

.buttons {
  /* padding: 10px 2rem 70px 2rem; */
}
@media screen and (min-width: 61.9375em) {
  .buttons {
    /* padding: 10px 0 70px 0; */
  }
}
@media only screen and (max-width: 600px) {
  .buttons .buttons_container .buttons_wrap {
    display: grid !important;
    gap: 15px !important;
  }
}
.buttons .buttons_container {
  position: relative;
  max-width: 67.5rem;
  margin: auto;
}
.buttons .buttons_container .buttons_wrap {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.buttons .buttons_container .buttons_wrap .button_item a {
  background-color: #0094ea;
  padding: 10px 30px;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: "Montserrat-SemiBold";
}

.image_links {
  /* padding: 0 2rem 70px 2rem; */
}
.image-links-menu-sub {
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  font-family: "Moulay-Regular";
}

@media screen and (min-width: 61.9375em) {
  .image_links {
    /* padding: 0 0 70px 0; */
  }
}
.image_links .image_links_container {
  max-width: 80rem;
  /* max-width: 67.5rem; */
  margin: auto;
  overflow: hidden;
}
.image_links .image_links_container .image_links_wrap a {
  text-decoration: none;
  display: block;
  max-height: 300px;
  overflow: hidden;
}
.image_links .image_links_container .image_links_wrap a .image_link_item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}
/* .image_links_wrap .image_link_item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
} */
.image_links
  .image_links_container
  .image_links_wrap
  a
  .image_link_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.image_links .image_links_container .image_links_wrap a .image_link_item h3 {
  position: relative;
  color: #fefefe;
  text-align: center;
  margin: 0;
  align-self: center;
  font-weight: 300;
  font-family: "Moulay-Medium";
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
}
.image_links .image_links_container .image_links_wrap a:hover .image_link_item,
.image_links .image_links_container .image_links_wrap a:hover .image_link_item {
  transform: scale(1.05);
}

.gallery {
  padding: 50px 0;
}
.gallery .gallery_container {
  max-width: 67.5rem;
  margin: auto;
}
.gallery .gallery_container .gallery_wrap {
  padding: 0 2rem;
}
@media screen and (min-width: 71.875em) {
  .gallery .gallery_container .gallery_wrap {
    padding: 0;
  }
}
.gallery .gallery_container .gallery_wrap .gallery_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.gallery .gallery_container .gallery_wrap .gallery_images .gallery_image {
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  min-height: 250px;
  flex-grow: 1;
  width: 31.33%; */
  flex: 0 0 calc(31.333% - 10.66px); /* 3 per row with spacing */
  box-sizing: border-box;
}

@media only screen and (max-width: 639px) {
  .gallery .gallery_container .gallery_wrap .gallery_images .gallery_image {
    flex: 0 0 calc(50% - 10.66px); /* 2 per row with spacing */
    box-sizing: border-box;
  }
}

.gallery .gallery_container .gallery_wrap .gallery_images .gallery_image a img {
  height: 100%;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 12/12;
}

.gallery__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(20, 20, 20, 0.7);
  display: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.3s;
}
.gallery__lightbox.active {
  display: block;
  z-index: 9;
  opacity: 1;
}
.gallery__lightbox.active .gallery__lightbox--close {
  display: block;
  opacity: 1;
}
.gallery__lightbox--close {
  display: none;
  position: fixed !important;
  top: 40px;
  right: 40px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.3s;
  cursor: pointer;
}
.gallery__lightbox--close:before {
  content: "";
  background: url(../images/close-icon.svg);
  display: block;
  width: 30px;
  height: 30px;
}
.gallery__lightbox .lightbox__image {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
}
.gallery__lightbox .lightbox__image img {
  max-height: calc(100vh - 120px);
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery__lightbox .lightbox-navigation {
  max-width: 800px;
  max-height: 110px;
  margin: 0 auto;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
}
.gallery__lightbox .lightbox-navigation__image {
  padding: 0.3rem;
}
.gallery__lightbox .lightbox-navigation__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 66.6%;
}

.image_text {
  background-color: #e7e6e3;
}
.image_text .image_text_container {
  max-width: 67.5rem;
  margin: auto;
}
.image_text .image_text_container .image_text_wrap {
  display: flex;
  padding: 70px 2rem 0 2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 71.875em) {
  .image_text .image_text_container .image_text_wrap {
    padding: 70px 0 0 0;
  }
}
@media screen and (min-width: 47.9375em) {
  .image_text .image_text_container .image_text_wrap {
    flex-wrap: nowrap;
  }
}
.image_text .image_text_container .image_text_wrap .image_side {
  width: 100%;
  order: 2;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (min-width: 47.9375em) {
  .image_text .image_text_container .image_text_wrap .image_side {
    width: 50%;
    min-height: auto;
  }
}
.image_text .image_text_container .image_text_wrap .text_side {
  width: 100%;
  order: 1;
  padding: 50px;
  background-color: #fefefe;
}
@media screen and (min-width: 47.9375em) {
  .image_text .image_text_container .image_text_wrap .text_side {
    width: 50%;
  }
}
.image_text .image_text_container .image_text_wrap .text_side h3 {
  font-family: "LexendDeca-Light", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
.image_text .image_text_container .image_text_wrap .text_side h3:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #0094ea;
}
.image_text .image_text_container .image_text_wrap .text_side .view_more {
  background-color: #0094ea;
  padding: 10px 30px;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  font-family: "Montserrat-SemiBold";
}
.image_text .image_text_container .image_text_wrap.image_left_side .image_side {
  order: 2;
}
@media screen and (min-width: 47.9375em) {
  .image_text
    .image_text_container
    .image_text_wrap.image_left_side
    .image_side {
    order: 1;
  }
}
.image_text .image_text_container .image_text_wrap.image_left_side .text_side {
  order: 1;
}
@media screen and (min-width: 47.9375em) {
  .image_text
    .image_text_container
    .image_text_wrap.image_left_side
    .text_side {
    order: 2;
  }
}
.image_text:last-child .image_text_wrap {
  padding-bottom: 70px;
}

.event_lists {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

#events_list_wrap {
  position: relative;
  margin-top: 7px;
}
#events_list_wrap .event-item-details {
  text-align: center;
}
#events_list_wrap .event-item-details h2 {
  font-size: 21px;
  color: #eab51d;
  margin-top: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}
#events_list_wrap .event-item-details p {
  font-size: 16px;
}
#events_list_wrap .event-image-item {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#events_list_wrap .swiper-custom-navigation {
  width: 100%;
  text-align: center;
  z-index: 3;
  position: absolute;
  top: 0;
  height: auto;
}
#events_list_wrap .swiper-custom-navigation .swiper-btn-next {
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 100%;
  width: 200px;
  background: linear-gradient(270deg, #060606 0%, rgba(255, 255, 255, 0) 100%);
}
#events_list_wrap .swiper-custom-navigation .swiper-btn-next:before {
  content: "";
  position: absolute;
  top: 104px;
  right: 30px;
  width: 26px;
  height: 45px;
  background-image: url("/wp-content/themes/DailyPress/assets/images/arrow_right.png");
  background-size: cover;
}
#events_list_wrap .swiper-custom-navigation .swiper-btn-next i {
  display: none;
}
#events_list_wrap .swiper-custom-navigation .swiper-btn-prev {
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  height: 100%;
  width: 200px;
  background: linear-gradient(90deg, #060606 0%, rgba(255, 255, 255, 0) 100%);
}
#events_list_wrap .swiper-custom-navigation .swiper-btn-prev:before {
  content: "";
  position: absolute;
  top: 104px;
  left: 30px;
  width: 26px;
  height: 45px;
  background-image: url("/wp-content/themes/DailyPress/assets/images/arrow_left.png");
  background-size: cover;
}
#events_list_wrap .swiper-custom-navigation .swiper-btn-prev i {
  display: none;
}

.tribe-events-pro-photo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: auto !important;
  justify-content: center;
}
.tribe-events-pro-photo:before,
.tribe-events-pro-photo .tribe-events-visuallyhidden,
.tribe-events-pro-photo .tribe-events-photo-grid-sizer,
.tribe-events-pro-photo .tribe-events-list-separator-month,
.tribe-events-pro-photo .tribe-events-pro-photo__event-featured-image-wrapper {
  display: none;
}
.tribe-events-pro-photo .type-tribe_events {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  width: 30%;
  margin-bottom: 0;
}
.tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap {
  background-color: #fff;
  box-shadow: none;
}
@media screen and (min-width: 28em) {
  .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  }
}
.tribe-events-pro-photo
  .type-tribe_events
  .tribe-events-photo-event-wrap
  .event_bg {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tribe-events-pro-photo
  .type-tribe_events
  .tribe-events-photo-event-wrap
  .tribe-events-event-details
  .tribe-events-event-meta
  .tribe-event-schedule-details {
  font-family: "LexendDeca-Light";
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  margin-top: 35px;
}
.tribe-events-pro-photo
  .type-tribe_events
  .tribe-events-photo-event-wrap
  .tribe-events-event-details
  h3 {
  text-align: center;
  display: block;
  font-weight: 300;
  margin-top: 10px;
  min-height: 56px;
  padding: 0 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
}
.tribe-events-pro-photo
  .type-tribe_events
  .tribe-events-photo-event-wrap
  .tribe-events-event-details
  h3:after {
  display: none;
}
.tribe-events-pro-photo
  .type-tribe_events
  .tribe-events-photo-event-wrap
  .tribe-events-event-details
  h3
  a {
  color: rgba(40, 40, 41, 0.9);
}
.tribe-events-pro-photo
  .type-tribe_events
  .tribe-events-photo-event-wrap
  .tribe-events-event-details
  .event-more-btn-container {
  text-align: center;
  margin-top: 0;
  padding-bottom: 35px;
}
.tribe-events-pro-photo
  .type-tribe_events
  .tribe-events-photo-event-wrap
  .tribe-events-event-details
  .event-more-btn-container
  .event-more-btn {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #0094ea;
  padding: 8px 40px;
  color: #fefefe;
}
.tribe-events-pro-photo
  .type-tribe_events
  .tribe-events-photo-event-wrap
  .tribe-events-event-details
  .event-more-btn-container
  .event-more-btn
  img {
  max-width: 8px;
  vertical-align: -1px;
  margin-left: 5px;
}
.tribe-events-pro-photo .tribe-common-g-row {
  width: 100%;
  max-width: 100%;
}

#tribe-events {
  padding-top: 0 !important;
}
#tribe-events .tribe-events-title-bar {
  display: none;
}
#tribe-events #tribe-events-footer,
#tribe-events .tribe-events-ical.tribe-events-button {
  display: none !important;
}
#tribe-events .tribe-events-header,
#tribe-events .tribe-events-c-nav {
  display: none !important;
}

.tribe-events .tribe-events-header,
.tribe-events .tribe-events-c-nav {
  display: none !important;
}

.tribe-common .tribe-common-b2 {
  display: none !important;
}

body.single-tribe_events #tribe-events-pg-template {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events {
  padding: 0;
}

body.single-tribe_events .tribe_events {
  padding: 1rem;
  max-width: 900px;
  margin: auto;
  padding-top: 75px;
}
body.single-tribe_events .tribe_events .tribe-events-event-image {
  margin: 0;
}
body.single-tribe_events .tribe_events .book_tickets_wrap {
  background-color: #0094ea;
  color: #fefefe;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 20px;
}
body.single-tribe_events .tribe_events .event_info {
  padding: 50px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
body.single-tribe_events
  .tribe_events
  .event_info
  .tribe-events-single-event-title {
  font-family: "LexendDeca-Light";
  font-size: 25px;
  font-weight: 400;
  padding: 12px 0 0 !important;
}
body.single-tribe_events .tribe_events .event_info .tribe-events-cal-links {
  display: none;
}
body.single-tribe_events .tribe_events .event_info .event_book_btn {
  background-color: #0094ea;
  padding: 10px 20px;
  color: #0a0a0a;
  display: inline-block;
  margin-top: 20px;
}

body.single-tribe_events .tribe-events-content p {
  font-family: "Proxima Nova Regular", Helvetica, sans-serif;
  font-size: 16px;
}

body.single-tribe_events .recurringinfo {
  display: none;
}

body.single-tribe_events #tribe-events-footer {
  display: none;
}

.tribe-events-photo-gutter-sizer,
.tribe-clearfix:after {
  display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important;
}

.tribe-events-single .tribe_events {
  overflow: visible;
  padding-bottom: 75px;
}

.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
  font-family: "LexendDeca-Light";
}

.dining_bars_details {
  padding-top: 60px;
}
.dining_bars_details .dining_bars_details_container {
  max-width: 67.5rem;
  margin: auto;
}
.dining_bars_details .dining_bars_details_container .dining_bars_details_wrap {
  display: flex;
  gap: 30px;
  padding: 0 2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 47.9375em) {
  .dining_bars_details
    .dining_bars_details_container
    .dining_bars_details_wrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 61.9375em) {
  .dining_bars_details
    .dining_bars_details_container
    .dining_bars_details_wrap {
    gap: 70px;
  }
}
@media screen and (min-width: 71.875em) {
  .dining_bars_details
    .dining_bars_details_container
    .dining_bars_details_wrap {
    padding: 0;
  }
}
.dining_bars_details
  .dining_bars_details_container
  .dining_bars_details_wrap
  .description {
  width: 100%;
}
@media screen and (min-width: 47.9375em) {
  .dining_bars_details
    .dining_bars_details_container
    .dining_bars_details_wrap
    .description {
    width: 75%;
  }
}
.dining_bars_details
  .dining_bars_details_container
  .dining_bars_details_wrap
  .description
  a.reg_button {
  background-color: #0094ea;
  padding: 10px 30px;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
.dining_bars_details
  .dining_bars_details_container
  .dining_bars_details_wrap
  .trading_hours {
  width: 100%;
}
@media screen and (min-width: 47.9375em) {
  .dining_bars_details
    .dining_bars_details_container
    .dining_bars_details_wrap
    .trading_hours {
    width: 25%;
  }
}
.dining_bars_details
  .dining_bars_details_container
  .dining_bars_details_wrap
  .trading_hours
  .trading_hours_wrap {
  border-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 47.9375em) {
  .dining_bars_details
    .dining_bars_details_container
    .dining_bars_details_wrap
    .trading_hours
    .trading_hours_wrap {
    border-left: solid 1px #0a0a0a;
    padding-left: 30px;
  }
}

.image_slider {
  padding-top: 50px;
}
.image_slider .image_slider_container {
  max-width: 67.5rem;
  margin: auto;
  padding: 0 2rem;
}
@media screen and (min-width: 71.875em) {
  .image_slider .image_slider_container {
    padding: 0;
  }
}
.image_slider .image_slider_container .image_slider_wrap .slick-prev,
.image_slider .image_slider_container .image_slider_wrap .slick-next {
  height: 37px;
  width: 42px;
  z-index: 8;
}
.image_slider .image_slider_container .image_slider_wrap .slick-prev {
  left: 0;
}
.image_slider .image_slider_container .image_slider_wrap .slick-next {
  right: 0;
}

.accordion {
  position: relative;
  max-width: 62.5rem;
  margin: 3rem auto;
  padding: 0 2rem;
}
.accordion h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.accordion dl:after {
  content: "";
  display: none;
  height: 1rem;
  width: 100%;
  background-color: #343535;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accordion dd {
  font-size: 1rem;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  margin: 0;
  transition: max-height 1s;
}
@media print, screen and (min-width: 40em) {
  .accordion dd {
    transition: max-height 0.5s;
  }
}
.accordion dd.is-collapsed {
  max-height: 0;
}
.accordion dt .accordion-title {
  background-color: #0094ea;
  font-weight: 600;
  padding: 1rem 2rem;
  display: block;
  text-decoration: none;
  color: #fefefe;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #fefefe;
}
.accordion dt .accordion-title:before {
  content: "+";
  font-size: 1.5rem;
  line-height: 1.3rem;
  float: left;
  margin-right: 1rem;
  transform: rotate(0);
  transform-origin: 50% 60%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.accordion dt .accordion-title:hover {
  background-color: #343535;
}
.accordion dt .accordion-title.is-expanded {
  background-color: #0094ea;
}
.accordion dt .accordion-title.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.accordion .accordion-content .content {
  padding: 1rem 2rem 1rem 2rem;
}
.accordion .accordion-content__title .icon {
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.accordion .accordion-content__title .title {
  font-weight: 800;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .accordion .accordion-content__title .title {
    font-size: 2rem;
  }
}
.accordion .accordion-content h5,
.accordion .accordion-content h6 {
  font-size: 1.5rem;
  font-weight: 600;
}
.accordion .animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}
.accordion .animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

.footer {
  background-color: #343535;
  padding: 50px 0 50px 0;
}
.footer .footer_container {
  /* max-width: 67.5rem;
  margin: auto; */
}
.footer .footer_container .footer_wrap {
  display: flex;
  justify-content: center;
  /* gap: 40px; */
  flex-wrap: wrap;
  /* padding: 0 2rem; */
}
.footer .footer_container .footer_wrap .footer_logo img {
  max-width: 280px;
}
.footer .footer_container .footer_wrap .footer_content .footer_contact_info {
  color: #fefefe;
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_contact_info
  .address {
  display: flex;
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_contact_info
  .address
  img {
  max-height: 20px;
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_contact_info
  .email {
  display: flex;
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_contact_info
  .email
  img {
  max-height: 14px;
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_contact_info
  .phone {
  display: flex;
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_contact_info
  .phone
  img {
  max-height: 15px;
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_contact_info
  .image_icon {
  display: inline-block;
  min-width: 20px;
  text-align: center;
  margin-right: 5px;
}
.footer .footer_container .footer_wrap .footer_content .footer_hours_social {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 26.5625em) {
  .footer .footer_container .footer_wrap .footer_content .footer_hours_social {
    gap: 50px;
  }
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_hours_social
  .footer_trading_hours
  p {
  color: #fefefe;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_hours_social
  .footer_social_media {
  display: flex;
  gap: 15px;
  align-self: flex-end;
  margin-bottom: 3px;
}
.footer
  .footer_container
  .footer_wrap
  .footer_content
  .footer_hours_social
  .footer_social_media
  img {
  max-width: 25px;
}
.footer .footer_copyright {
  background-color: #0a0a0a;
  font-size: 12px;
  padding: 6px 2rem;
  margin-top: 40px;
}
.footer .footer_copyright p {
  text-align: center;
  color: #fefefe;
}

/*# sourceMappingURL=style.css.map */
